home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer Helper 1: Phil & Dave's Excellent CD
/
Excellent CD HFS.raw
/
Utilities
/
ResEdit
/
Examples
/
PExamples
/
Source
/
LDEF.a
< prev
next >
Wrap
Text File
|
2022-08-05
|
436b
|
24 lines
; COPYRIGHT (C) 1984-1989 Apple Computer,Inc.
; All rights reserved
;LDEF.a
BLANKS ON
STRING ASIS
StdLDEF MAIN EXPORT
IMPORT DrawCell
BRA.S @0 ; enter here
DC.W 0 ; flags word
DC.B 'LDEF' ; type
DC.W 0 ; ID
DC.W 0 ; version
@0
JMP DrawCell
END